bornhack-website/src/ircbot/apps.py

8 lines
89 B
Python

from django.apps import AppConfig
class IrcbotConfig(AppConfig):
name = 'ircbot'