+ author and description
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""Iinstruction.py: #TODO"""
|
||||
|
||||
__author__ = "Weckyy702"
|
||||
|
||||
|
||||
from typing import Iterable, List
|
||||
from abc import ABCMeta, abstractmethod
|
||||
from draw import code_to_image as cti
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""code_to_image.py: #TODO"""
|
||||
|
||||
__author__ = "plexx, Weckyy702"
|
||||
|
||||
from typing import Iterable
|
||||
from PIL import Image, ImageDraw, ImageFont
|
||||
import os
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""code_to_image_wrapper.py: #TODO"""
|
||||
|
||||
__author__ = "Weckyy702"
|
||||
|
||||
|
||||
import draw.code_to_image as cti
|
||||
|
||||
class NSD_writer(object):
|
||||
|
||||
Reference in New Issue
Block a user