7 lines
94 B
Python
7 lines
94 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from . import uvdeluxe
|
|
|
|
__all__ = ['uvdeluxe']
|