minor stuff

This commit is contained in:
eneller
2025-04-13 22:39:05 +02:00
parent fe766c13e4
commit 1873b73920
2 changed files with 4 additions and 3 deletions

View File

@@ -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):

View File

@@ -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 = [