carom-server/billard/apps.py
2017-01-03 19:27:04 +01:00

6 lines
89 B
Python

from django.apps import AppConfig
class BillardConfig(AppConfig):
name = 'billard'