project/sources/__init__.py

5 lines
68 B
Python

from .biogames import Biogames
SOURCES = {
"Biogames": Biogames,
}