network_inventory/backend/core/models/__init__.py

5 lines
153 B
Python
Raw Normal View History

from .calendar import DayOfMonth, Month, Weekday
from .category import Category
from .company import Company
from .time import HoursInDay, MinutesInHour