summaryrefslogtreecommitdiff
path: root/04-CustomLibrary/FileLibrary/__init__.py
blob: 29db0ed46c518aa4c5133a1be260cbce8db7f992 (plain)
1
2
3
4
5
6
7
#coding=utf-8
from	filetool	import	filetool

version	=	'1.0'

class	FileLibrary(filetool):
	ROBOT_LIBRARY_SCOPE	=	'GLOBAL'