forked from purplebored/purplebored.pl
9
src/pbpl/models/__init__.py
Normal file
9
src/pbpl/models/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Models"""
|
||||
|
||||
from typing import Tuple
|
||||
|
||||
from .text import TextModel
|
||||
|
||||
__all__: Tuple[str, ...] = ("TextModel",)
|
||||
Reference in New Issue
Block a user