mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-07 00:58:14 +00:00
9 lines
183 B
Python
9 lines
183 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
__title__ = "RFD CLI"
|
|
__author__ = "Dave Gallant"
|
|
__license__ = "Apache 2.0"
|
|
__copyright__ = "(c) 2018 Dave Gallant"
|