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