minor stuff
This commit is contained in:
3
main.py
3
main.py
@@ -1,12 +1,13 @@
|
||||
from enum import Enum
|
||||
import asyncclick as click
|
||||
import questionary
|
||||
from playwright.async_api import async_playwright, Playwright
|
||||
|
||||
from enum import Enum
|
||||
import asyncio
|
||||
from time import sleep
|
||||
|
||||
|
||||
CORONANG_VERSION='v1.8.00'
|
||||
Selection = Enum('Selection', ['TREE_WALK', 'TREE_LEAF', 'ITEM_SELECTED'])
|
||||
|
||||
async def selection_or_walk(options):
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "campus-search"
|
||||
name = "uulm-utils"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
description = "Collection of helpers for Ulm University"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user